InlineEdit: Add "has:edit" search operator Index a field "editby" with a value for each account ID that has an edit on this change. Intentionally don't expose editby:'USER' because only change edit owners can see them. Given that "has:edit" predicate outcome depends on the existence of the change edit ref and not on its content, only reindex the changes on change edit ref creation and deletion, but not on its mutation. Bug: Issue 3291 Change-Id: I2d541c781d057cdf9dcacfc02f81591ce6872595 
diff --git a/Documentation/user-inline-edit.txt b/Documentation/user-inline-edit.txt index a89d0db..4c5f83f 100644 --- a/Documentation/user-inline-edit.txt +++ b/Documentation/user-inline-edit.txt 
@@ -144,6 +144,11 @@  granted the link:access-control.html#capability_accessDatabase[accessDatabase]  global capability are able to access change edit refs.   +[[search-for-change-edits]] + +To search change edits from the UI the link:user-search.html#has[has:edit] +predicate can be used. +  [[not-implemented-features]]  == Not Implemented Features